You can use watermark in WebInput. You can specify the text and image in watermark feature. Even more you can specify the dynamic for the text and image as well.
To customize text and image in watermark feature
- Click WebInput instance and press F4.
- Set the WaterMark properties to True.
- Set the WaterMarkText properties to some text.
- Set the EnableWaterMarkImage properties to True.
- Set the WaterMarkImage properties to URL image’s path.
- Run the Project.
![]() |
You can disable the watermark image feature by set the EnableWaterMarkImage property to false. |